class TokyoMetro::Factory::Convert::Common::Api::MetaClass::Fundamental::Updated

Public Class Methods

updated( *args ) click to toggle source
# File lib/tokyo_metro/factory/convert/common/api/meta_class/fundamental/updated.rb, line 8
def self.updated( *args )
  return self.new( *args ).updated
end

Public Instance Methods

updated() click to toggle source
# File lib/tokyo_metro/factory/convert/common/api/meta_class/fundamental/updated.rb, line 3
def updated
  process
  return @object
end