Class: Maidcafe::Moe::Newshop

Inherits:
ResultItem show all
Defined in:
lib/ruby-maidcafe.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from ResultItem

#element_text, #initialize, #read, #to_s

Constructor Details

This class inherits a constructor from Maidcafe::ResultItem

Instance Attribute Details

#dateObject

Returns the value of attribute date.



176
177
178
# File 'lib/ruby-maidcafe.rb', line 176

def date
  @date
end

#wdateObject

Returns the value of attribute wdate.



176
177
178
# File 'lib/ruby-maidcafe.rb', line 176

def wdate
  @wdate
end

Instance Method Details

#attr_to_tagObject



177
# File 'lib/ruby-maidcafe.rb', line 177

def attr_to_tag; {:date => 'date', :wdate => 'mdate'} end