Class: Peddler::APIs::ServicesV1::ScopeOfWork
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::ScopeOfWork
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#quantity ⇒ Integer?
readonly
Returns the value of attribute quantity.
-
#required_skills ⇒ Array[String]?
readonly
Returns the value of attribute required_skills.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :quantity, :required_skills, :title ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::ScopeOfWork
Instance Method Summary collapse
-
#members ⇒ [ :asin, :quantity, :required_skills, :title ]
-
#to_h ⇒ { asin: String?, quantity: Integer?, required_skills: Array[String]?, title: String? }
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
870 871 872 |
# File 'sig/peddler/apis/services_v1.rbs', line 870 def asin @asin end |
#quantity ⇒ Integer? (readonly)
Returns the value of attribute quantity.
871 872 873 |
# File 'sig/peddler/apis/services_v1.rbs', line 871 def quantity @quantity end |
#required_skills ⇒ Array[String]? (readonly)
Returns the value of attribute required_skills.
872 873 874 |
# File 'sig/peddler/apis/services_v1.rbs', line 872 def required_skills @required_skills end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ServicesV1::ScopeOfWork
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 ]
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? }
876 |
# File 'sig/peddler/apis/services_v1.rbs', line 876
def to_h: () -> { asin: String?, quantity: Integer?, required_skills: Array[String]?, title: String? }
|