Class: Attribute

Inherits:
Struct
  • Object
show all
Defined in:
lib/commands/resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeObject

Returns the value of attribute data_type

Returns:

  • (Object)

    the current value of data_type



8
9
10
# File 'lib/commands/resource.rb', line 8

def data_type
  @data_type
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/commands/resource.rb', line 8

def name
  @name
end