Class: SimplicityClient::ParamDefinition
- Inherits:
-
Struct
- Object
- Struct
- SimplicityClient::ParamDefinition
- Defined in:
- lib/simplicity_client.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
-
#primary_id ⇒ Object
Returns the value of attribute primary_id.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
18 19 20 |
# File 'lib/simplicity_client.rb', line 18 def label @label end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/simplicity_client.rb', line 18 def name @name end |
#primary_id ⇒ Object
Returns the value of attribute primary_id
18 19 20 |
# File 'lib/simplicity_client.rb', line 18 def primary_id @primary_id end |