Class: Oneview::Entity::DynamicField
- Defined in:
- lib/oneview/entity/dynamic_field.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods inherited from Base
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/oneview/entity/dynamic_field.rb', line 6 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
6 7 8 |
# File 'lib/oneview/entity/dynamic_field.rb', line 6 def value @value end |