Class: Tick::Client

Inherits:
Base
  • Object
show all
Defined in:
lib/tick/client.rb

Constant Summary collapse

XML_PROPERTIES =
%w( id name )

Instance Attribute Summary collapse

Attributes inherited from Base

#api_name, #api_path, #created_at, #id, #updated_at

Method Summary

Methods inherited from Base

api_name, api_path, list, #set_properties_from_xml_node

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/tick/client.rb', line 4

def name
  @name
end