Class: DNApi::Components::Cloudkick

Inherits:
Struct
  • Object
show all
Includes:
DNApi::Component
Defined in:
lib/dnapi/components/cloudkick.rb

Instance Attribute Summary collapse

Attributes inherited from Struct

#parent

Method Summary

Methods included from DNApi::Component

[], #can_belong_to?, components, from, included, #key, #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

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/dnapi/components/cloudkick.rb', line 3

def name
  @name
end

#oauth_keyObject

Returns the value of attribute oauth_key

Returns:

  • (Object)

    the current value of oauth_key



3
4
5
# File 'lib/dnapi/components/cloudkick.rb', line 3

def oauth_key
  @oauth_key
end

#oauth_secretObject

Returns the value of attribute oauth_secret

Returns:

  • (Object)

    the current value of oauth_secret



3
4
5
# File 'lib/dnapi/components/cloudkick.rb', line 3

def oauth_secret
  @oauth_secret
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



3
4
5
# File 'lib/dnapi/components/cloudkick.rb', line 3

def tags
  @tags
end