class CloudParty::Nodes::Accounts

Public Class Methods

new(options = nil) click to toggle source
Calls superclass method
# File lib/cloud_party/nodes/accounts.rb, line 16
def initialize(options = nil)
  super()
  @options = options
end

Public Instance Methods

list() click to toggle source
# File lib/cloud_party/nodes/accounts.rb, line 21
def list
  CloudParty::Responses::Accounts.new(:get, '/accounts', self.class.get('/accounts'), @options)
end