Class: AWSData::Record

Inherits:
Struct
  • Object
show all
Defined in:
lib/aws-data/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#finderObject

Returns the value of attribute finder

Returns:

  • (Object)

    the current value of finder



3
4
5
# File 'lib/aws-data/base.rb', line 3

def finder
  @finder
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/aws-data/base.rb', line 3

def name
  @name
end