Class: Syobocal::CalChk::Result

Inherits:
Array
  • Object
show all
Defined in:
lib/syobocal/calchk.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeResult

Returns a new instance of Result.



47
48
49
# File 'lib/syobocal/calchk.rb', line 47

def initialize
  super([])
end

Instance Attribute Details

#last_updateObject

Returns the value of attribute last_update.



45
46
47
# File 'lib/syobocal/calchk.rb', line 45

def last_update
  @last_update
end

#spidObject

Returns the value of attribute spid.



45
46
47
# File 'lib/syobocal/calchk.rb', line 45

def spid
  @spid
end

#spnameObject

Returns the value of attribute spname.



45
46
47
# File 'lib/syobocal/calchk.rb', line 45

def spname
  @spname
end

#urlObject

Returns the value of attribute url.



45
46
47
# File 'lib/syobocal/calchk.rb', line 45

def url
  @url
end

#versionObject

Returns the value of attribute version.



45
46
47
# File 'lib/syobocal/calchk.rb', line 45

def version
  @version
end