Class: Peddler::APIs::ServicesV1::ScopeOfWork

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/services_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinString? (readonly)

Returns the value of attribute asin.

Returns:

  • (String, nil)


870
871
872
# File 'sig/peddler/apis/services_v1.rbs', line 870

def asin
  @asin
end

#quantityInteger? (readonly)

Returns the value of attribute quantity.

Returns:

  • (Integer, nil)


871
872
873
# File 'sig/peddler/apis/services_v1.rbs', line 871

def quantity
  @quantity
end

#required_skillsArray[String]? (readonly)

Returns the value of attribute required_skills.

Returns:

  • (Array[String], nil)


872
873
874
# File 'sig/peddler/apis/services_v1.rbs', line 872

def required_skills
  @required_skills
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


873
874
875
# File 'sig/peddler/apis/services_v1.rbs', line 873

def title
  @title
end

Class Method Details

.[](asin:, quantity:, required_skills:, title:) ⇒ Peddler::APIs::ServicesV1::ScopeOfWork .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ServicesV1::ScopeOfWork

Overloads:



863
864
# File 'sig/peddler/apis/services_v1.rbs', line 863

def self.[]: (?asin: String?, ?quantity: Integer?, ?required_skills: Array[String]?, ?title: String?) -> Peddler::APIs::ServicesV1::ScopeOfWork
| (String?, Integer?, Array[String]?, String?) -> Peddler::APIs::ServicesV1::ScopeOfWork

.members[ :asin, :quantity, :required_skills, :title ]

Returns:

  • ([ :asin, :quantity, :required_skills, :title ])


866
# File 'sig/peddler/apis/services_v1.rbs', line 866

def self.members: () -> [ :asin, :quantity, :required_skills, :title ]

.new(asin:, quantity:, required_skills:, title:) ⇒ Peddler::APIs::ServicesV1::ScopeOfWork .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ServicesV1::ScopeOfWork

Overloads:



861
862
# File 'sig/peddler/apis/services_v1.rbs', line 861

def self.new: (?asin: String?, ?quantity: Integer?, ?required_skills: Array[String]?, ?title: String?) -> Peddler::APIs::ServicesV1::ScopeOfWork
| (String?, Integer?, Array[String]?, String?) -> Peddler::APIs::ServicesV1::ScopeOfWork

.parsePeddler::APIs::ServicesV1::ScopeOfWork

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



868
# File 'sig/peddler/apis/services_v1.rbs', line 868

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::ScopeOfWork

Instance Method Details

#members[ :asin, :quantity, :required_skills, :title ]

Returns:

  • ([ :asin, :quantity, :required_skills, :title ])


875
# File 'sig/peddler/apis/services_v1.rbs', line 875

def members: () -> [ :asin, :quantity, :required_skills, :title ]

#to_h{ asin: String?, quantity: Integer?, required_skills: Array[String]?, title: String? }

Returns:

  • ({ asin: String?, quantity: Integer?, required_skills: Array[String]?, title: String? })


876
# File 'sig/peddler/apis/services_v1.rbs', line 876

def to_h: () -> { asin: String?, quantity: Integer?, required_skills: Array[String]?, title: String? }