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)


851
852
853
# File 'sig/peddler/apis/services_v1.rbs', line 851

def asin
  @asin
end

#quantityInteger? (readonly)

Returns the value of attribute quantity.

Returns:

  • (Integer, nil)


852
853
854
# File 'sig/peddler/apis/services_v1.rbs', line 852

def quantity
  @quantity
end

#required_skillsArray[String]? (readonly)

Returns the value of attribute required_skills.

Returns:

  • (Array[String], nil)


853
854
855
# File 'sig/peddler/apis/services_v1.rbs', line 853

def required_skills
  @required_skills
end

#titleString? (readonly)

Returns the value of attribute title.

Returns:

  • (String, nil)


854
855
856
# File 'sig/peddler/apis/services_v1.rbs', line 854

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:



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

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 ])


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

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:



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

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:



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

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 ])


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

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? })


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

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