Class: Springcm::Attribute
- Defined in:
- lib/springcm-sdk/attribute.rb
Instance Method Summary collapse
Methods inherited from Resource
#delete, #get, #patch, #put, #reload, #reload!, #resource_name, #resource_params, resource_params, #resource_uri, #uid
Methods inherited from Object
#initialize, #method_missing, #raw
Constructor Details
This class inherits a constructor from Springcm::Object
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Springcm::Object
Instance Method Details
#read_only? ⇒ Boolean
9 10 11 |
# File 'lib/springcm-sdk/attribute.rb', line 9 def read_only? read_only end |
#repeating_attribute? ⇒ Boolean
13 14 15 |
# File 'lib/springcm-sdk/attribute.rb', line 13 def repeating_attribute? repeating_attribute end |
#required? ⇒ Boolean
5 6 7 |
# File 'lib/springcm-sdk/attribute.rb', line 5 def required? required end |