Class: Mondo::Merchant

Inherits:
Resource show all
Defined in:
lib/api/mondo/merchant.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#client

Method Summary

Methods inherited from Resource

boolean_accessor, boolean_reader, date_accessor, date_writer, #initialize, #inspect, #to_s

Constructor Details

This class inherits a constructor from Mondo::Resource

Instance Attribute Details

#addressObject

Returns the value of attribute address.



4
5
6
# File 'lib/api/mondo/merchant.rb', line 4

def address
  @address
end

#emojiObject

Returns the value of attribute emoji.



4
5
6
# File 'lib/api/mondo/merchant.rb', line 4

def emoji
  @emoji
end

#group_idObject

Returns the value of attribute group_id.



4
5
6
# File 'lib/api/mondo/merchant.rb', line 4

def group_id
  @group_id
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/api/mondo/merchant.rb', line 4

def id
  @id
end

#logoObject

Returns the value of attribute logo.



4
5
6
# File 'lib/api/mondo/merchant.rb', line 4

def 
  @logo
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/api/mondo/merchant.rb', line 4

def name
  @name
end

#raw_dataObject

Returns the value of attribute raw_data.



4
5
6
# File 'lib/api/mondo/merchant.rb', line 4

def raw_data
  @raw_data
end