Class: AWSData::Record
- Inherits:
-
Struct
- Object
- Struct
- AWSData::Record
- Defined in:
- lib/aws-data/base.rb
Instance Attribute Summary collapse
-
#finder ⇒ Object
Returns the value of attribute finder.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#finder ⇒ Object
Returns the value of attribute finder
3 4 5 |
# File 'lib/aws-data/base.rb', line 3 def finder @finder end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/aws-data/base.rb', line 3 def name @name end |