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.
851 852 853 |
# File 'sig/peddler/apis/services_v1.rbs', line 851 def asin @asin end |
#quantity ⇒ Integer? (readonly)
Returns the value of attribute quantity.
852 853 854 |
# File 'sig/peddler/apis/services_v1.rbs', line 852 def quantity @quantity end |
#required_skills ⇒ Array[String]? (readonly)
Returns the value of attribute required_skills.
853 854 855 |
# File 'sig/peddler/apis/services_v1.rbs', line 853 def required_skills @required_skills end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ServicesV1::ScopeOfWork
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 ]
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? }
857 |
# File 'sig/peddler/apis/services_v1.rbs', line 857
def to_h: () -> { asin: String?, quantity: Integer?, required_skills: Array[String]?, title: String? }
|