Class: AppDrone::Param

Inherits:
Struct
  • Object
show all
Defined in:
lib/app_drone/drone.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/app_drone/drone.rb', line 3

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/app_drone/drone.rb', line 3

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



3
4
5
# File 'lib/app_drone/drone.rb', line 3

def type
  @type
end