Class: DNApi::Components::Stunneled
- Includes:
- DNApi::Component
- Defined in:
- lib/dnapi/components/stunneled.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
Attributes inherited from Struct
Method Summary
Methods included from DNApi::Component
[], #can_belong_to?, components, from, included, #to_hash
Methods inherited from Struct
#==, _many, #_many, #_many_values, _ones, #_ones, #_ones_values, _umembers, belongs_to, from, #initialize, #inspect, many, map, one, #to_hash, #umember_inspect, unserialized_member
Methods included from Test::Ext
#default_fauxture_name, #fixture, #generate, #generate_attributes, #pick
Constructor Details
This class inherits a constructor from DNApi::Struct
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
3 4 5 |
# File 'lib/dnapi/components/stunneled.rb', line 3 def key @key end |