Class: ResourceSet::ActionConnection

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



5
6
7
# File 'lib/resource_set.rb', line 5

def action
  @action
end

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



5
6
7
# File 'lib/resource_set.rb', line 5

def connection
  @connection
end